testing.B.importPath (field)

8 uses

	testing (current package)
		benchmark.go#L96: 	importPath       string // import path of the package containing the benchmark
		benchmark.go#L279: 		if b.importPath != "" {
		benchmark.go#L280: 			fmt.Fprintf(b.w, "pkg: %s\n", b.importPath)
		benchmark.go#L718: 		importPath: importPath,
		benchmark.go#L830: 		importPath: b.importPath,
		benchmark.go#L846: 			if b.importPath != "" {
		benchmark.go#L847: 				fmt.Printf("pkg: %s\n", b.importPath)